Item Property (FormFieldTable<TCellTemplate,TRecognizedField>)
Gets the
FormField at the specified row and column indices.
'Declaration
Public ReadOnly Default Property Item( _
ByVal As System.Int32, _
ByVal columnThe zero-based column index of the recognized field.
As System.Int32 _
) As TRecognizedField
public TRecognizedField this[
System.Int32 ,
System.Int32 column
]{ get; }
public: __property TRecognizedField* get_Item(
System.Int32 ,
System.Int32 column
);
public:
property TRecognizedField^ default [System.Int32,System.Int32] {
TRecognizedField^ get(System.Int32 , System.Int32 column);
}
Parameters
- row
- The zero-based row index of the recognized field.
- column
- The zero-based column index of the recognized field.
Return Value
The
FormField at the specified row and column indices.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5